﻿@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a, a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #000;
	font-size: 14px;
	line-height: 1;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑", "黑体", "宋体";
}

#container {
	text-align: left;
}

.container {
	width: 1480px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}
.footeryd{
	display: none;
  }
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader .top {
	text-align: right;
	line-height: 30px;
	color: #888;
}

#gHeader .top a {
	display: inline-block;
	border-right: 1px solid #c0c0c0;
	padding: 0 5px;
	color: #c0c0c0;
	line-height: 15px;
}

#gHeader .top a:last-child {
	border-right: none;
}

#gHeader .logo {
	font-size: 30px;
	font-weight: bold;
}

#gHeader .logo a {
	color: #15358d;
}

#gHeader .logo img {
	width: 100%;
}

#gHeader .logo h1 {
	display: inline-block;
}

#gHeader .text {
	margin: 3.5px 0 0 15px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	line-height: 30px;
	color: #333;
	font-size: 17px;
}

#gHeader .pic {
	width: 250px;
	margin: 0px 0 0 20px;
}

#gHeader .text strong {
	letter-spacing: 5px;
	font-weight: 500
}

#gHeader .text p {
	letter-spacing: 1px;
}

#gHeader .heaCon {
	padding: 20px 0;
}

#gHeader .heaCon .fr {
	background: url(/template/default/skin/images/tel.png) no-repeat left center;
	background-size: 40px;
	padding-left: 50px;
}

#gHeader .heaCon .fr strong {
	font-size: 24px;
	display: block;
	color: #092c8d;
	line-height: 62px;
	letter-spacing: 1px;
}

.hot form.fl {
	overflow: hidden;
	margin-right: 20px;
	margin-left: 10px;
}

.hot .fl .form {
	overflow: hidden;
	border-radius: 5px;
}

.hot .fl .form select {
	border: 1px solid #c1c1c1;
	height: 36px;
	width: 70px;
	box-sizing: border-box;
	padding: 0 5%;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: #fff;
	float: left;
	font-size: 14px;
}

.hot .fl .form span {
	display: block;
	border: 1px solid #c1c1c1;
	height: 36px;
	line-height: 36px;
	width: 70px;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	text-align: center;
	background: #fff;
	display: none;
}

.hot .fl .form input[type="text"] {
	border: 1px solid #c1c1c1;
	height: 36px;
	width: 250px;
	box-sizing: border-box;
	padding: 0 6px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px 0 0 5px;
	background: #fff;
	border-right: none;
	margin: 0;
	float: left;
	font-size: 14px;
}

.hot .fl .form input[type="submit"] {
	border: none;
	height: 36px;
	width: 62px;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: #15358d;
	color: #fff;
	text-align: center;
	float: left;
	font-size: 14px;
	cursor: pointer
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
	background: #15358d;
	line-height: 56px;
	height: 56px;
	font-size: 16px;
	text-align: center;
}

#gNavi li {
	float: left;
	width: 11.11%;
	position: relative;
}

#gNavi li a {
	display: block;
	color: #fff;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 56px;
	right: 0;
	background: #15358d;
	display: none;
	z-index: 100;
}

#gNavi li .drop a {
	border-bottom: 1px solid rgba(36, 106, 141, 0.4);
	font-size: 14px;
	line-height: 45px;
}

#gNavi li .drop a.on {
	background: #ec6915;
}

#gNavi li a:hover {
	background: #ec6915;
}

#gNavi li:hover .drop {
	display: block;
}

#gNavi li.on>a {
	background: #ec6915;
}

.hot {
	height: 36px;
	line-height: 36px;
	margin: 10px 0;
}

.hot .pic {
	width: 80px;
	text-align: center;
}

.hot .pic strong {
	font-size: 14px;
	color: #333;
}

.hot li {
	display: inline-block;
	padding: 0 10px
}

.hot li a {
	display: block;
	color: #4a4a4a;
}

.hot li a:hover {
	color: #15358d;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
	background: url(/template/default/skin/images/ftBg.jpg) no-repeat;
	background-size: 100%;
	color: #fff;
	overflow: hidden;
}

#gFooter .fl h5 {
	float: left;
	width: 80px;
	font-size: 16px;
	font-style: oblique;
	color: #fefefe;
	line-height: 36px;
	font-weight: 500;
}

#gFooter .fl .link {
	padding-top: 50px;
	display: none;
	overflow: hidden;
}

#gFooter .fl .link .fLink {
	float: left;
}

#gFooter .fl .link a {
	line-height: 36px;
	margin: 0 4px;
	display: inline-block;
	font-style: oblique;
	color: #fefefe;
}

#gFooter .fl .nav {
	margin-top: 100px;
}

#gFooter .fl .nav li {
	display: inline-block;
	margin: 0 40px 24px 0
}

#gFooter .fl .nav li:last-child {
	margin-right: 0;
}

#gFooter .fl .nav li a {
	color: #fff;
}

#gFooter .fl .text {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	line-height: 28px;
}

#gFooter .fl .text a {
	color: #fff;
}

#gFooter .fl .text img {
	width: 50px;
	margin-left: 50px;
}

#gFooter .fr {
	margin: 30px 0;
	padding: 35px 0 15px 20px;
	text-align: center;
}

#gFooter .fr .ewm {
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}

#gFooter .fr .ewm:first-child {
	margin-left: 0;
}

#gFooter .fr .ewm p {
	line-height: 30px;
}

#gFooter .fr img {
	width: 160px;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 200;
	text-align: center;
	margin-top: -120px;
}

.fixed li {
	color: #fff;
	background: #189829;
	border-radius: 4px 0 0 4px;
}

.fixed li:hover {
	border-radius: 0;
}

.fixed li .tex {
	position: relative;
	line-height: 60px;
	font-size: 18px;
	width: 60px;
}

.fixed li .tex a {
	color: #fff;
}

.fixed li p {
	width: 180px;
	background: #189829;
	position: absolute;
	right: 60px;
	top: 0;
	border-right: 1px solid #fff;
	display: none;
	transition: 0.3s;
}

.fixed li p.on {
	display: block;
}

.fixed li span {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.fixed li:last-child span {
	border-bottom: none;
}

.fixed li span img {
	width: 35px;
	margin-top: 12px;
}

.fixed li .wx p {
	width: 150px;
	background: #fff;
	border-right: none;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.fixed li .wx p img {
	width: 150px;
}

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 40%;
	left: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 12px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #15358d url(/template/default/skin/images/fh1.png) no-repeat right 12px center;
	background-size: 30px
}

.yb_bar .yb_phone {
	background: #15358d url(/template/default/skin/images/tel1.png) no-repeat right 12px center;
	background-size: 30px
}

.yb_bar .yb_QQ {
	background: #15358d url(/template/default/skin/images/qq1.png) no-repeat right 12px center;
	background-size: 30px
}

.yb_bar .yb_ercode {
	background: #15358d url(/template/default/skin/images/ewm.png) no-repeat right 12px top 10px;
	background-size: 30px
}

.hd_qr {
	width: 150px;
	margin: 4px 15px 15px 15px;
}

.yb_QQ a {
	display: block;
	text-indent:30px;
	width: 100%;
	height: 100%;
	color: #fff;
}

/******内页公共样式*******/

.contain {
	width: 80%;
	max-width:1360px;
	margin: 20px auto
}

.posi {
	background: #f7f8fc;
	border: 1px solid #ddd;
	line-height: 42px;
	padding: 0 20px;
	margin-top: 10px;
	color: #101010;
}

.posi a {
	color: #101010;
}

.proBox .page {
	text-align: center;
	margin-top: 30px;
}

.proBox .page span {
	display: inline-block;

	line-height: 30px;
}

.proBox .page a {
	margin: 0 4px;
	line-height: 1;
	padding: 7px 10px;
	border: 1px solid #ddd;
}
.proBox .page .page-status{display: none;}
.proBox .page span .page-num-current {
	background: #15378f;
	width: 30px;
	color: #fff;
	border-color: #15378f;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.container {
	    width:85%;
		max-width: 1360px
	}
	#gHeader .heaCon {
		padding-top: 10px
	}
	#gHeader .logo {
		width: 460px;
		margin-top: 5px;
	}
	#gHeader .heaCon .text {
		margin-top: 5px;
		line-height: 28px;
		font-size:16px;
	}
	#gHeader .heaCon .fr strong {
		font-size: 22px;
	}
	#gHeader .heaCon .fr .form span {
		height: 30px;
		width: 60px;
		font-size: 13px;
		line-height: 30px;
	}
	#gHeader .heaCon .fr .form input[type="text"] {
		height: 30px;
		width: 160px;
	}
	#gHeader .heaCon .fr .form input[type="submit"] {
		height: 30px;
	}
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		line-height: 50px;
		height: 50px;
		font-size: 14px;
	}
	#gNavi li .drop {
		top: 50px;
	}
	#gNavi li .drop a {
		font-size: 13px;
		line-height: 40px;
	}
	#gFooter .fl {
		width: 70%;
	}
	#gFooter .fl .link {
		width: 100% !important;
	}
	#gFooter .fl .link li:first-child {
		font-size: 16px;
	}
	#gFooter .fl .link li {
		line-height: 30px;
	}
	#gFooter .fl .nav {
		margin-top: 60px;
		width: 100%;
		text-align: center;
	}
	#gFooter .fl .nav li {
		margin: 0 30px 10px 0
	}
	#gFooter .fl .text {
		width: 100%;
	}
	#gFooter .fl .text img {
		width: 50px;
		margin-left: 10px;
	}
	#gFooter .fr {
		width: 25%;
		box-sizing: border-box;
		padding-left: 0;
	}
	#gFooter .fr .ewm {
		width: 45%;
	}
	#gFooter .fr .ewm img {
		width: 100%;
	}
	.contain {
		margin: 20px auto
	}
}

@media all and (min-width:1280px) and (max-width: 1680px) {
    #gHeader .logo {
		width: 520px
	}
	#gHeader .text {
	    margin-top:4px;
	}
	#gHeader .heaCon .fr strong {
		line-height: 32px;
	}
}

@media all and (min-width: 1340px) and (max-width: 1540px) {
	#gNavi {
		line-height: 50px;
		height: 50px;
		font-size: 15px;
	}
	#gNavi li .drop {
		top: 50px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1480px) {
	.container {
		width: 1250px;
	}
	.contain {
	    width: 1200px;
	}
	#gHeader .heaCon .text {
		margin-left: 13px;
		padding-left: 13px;
		font-size: 15px;
	}
	#gHeader .text strong {
		letter-spacing: 4px;
	}
	#gHeader .text p {
		letter-spacing: 1px;
	}
	#gNavi {
		height:40px;
		line-height:40px;
	}
	#gNavi li .drop {
		top:40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
#gHeader .logo {
		width: 480px;
		margin-top:0;
	}
	#gHeader .heaCon .text {
		line-height: 24px;
		font-size: 15px
	}
	#gHeader .text strong {
		letter-spacing: 1px;
	}
	#gHeader .heaCon .fr {
		background-size: 34px;
		padding-left: 40px
	}
	#gHeader .heaCon .fr strong {
		font-size: 20px;
		line-height: 25px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	.container,.contain {
		width: 1100px;
	}
	#gHeader .logo {
		width: 450px;
		margin-top:2px;

	}
}

table {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-collapse: collapse;
	border-color: #000000;
	border-image: none;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
}

table td, table th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000000;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 3px;
}

@media all and (min-width:1024px) and (max-width:1210px) {
	/******内页公共样式*******/
	.contain {
		width: 85%;
		max-width: 1180px;
	}
	.container {
		width: 85%;
	}
	.proBox .box .ul1 li .pho {
		float: inherit !important;
		margin: 0 auto !important
	}
	.proBox .box .ul1 li p {
		padding-left: 0 !important;
		text-align: center !important;
	}
}

@media all and (min-width: 0px) and (max-width: 767px) {
	.footeryd{background-color:rgba(21,53,141,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
	.footeryd{display: block;}
	.footeryd{width:370px !important; left:50%;margin-left:-184px;}
	.footeryd a{float: left;width:33.33%;text-align: center;}
	.footeryd img{display: inline-block;height:24px;width: 24px;margin:5px 0 0;}
	.footeryd strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	#sp{display: block !important;}
	#sp1{display: block !important;}
	.container {
		width: 100%;
		box-sizing: border-box;
	}
	.fl, .fr {
		float: inherit;
	}
	#gHeader .top {
		display: none;
	}
	#gHeader .logo {
		margin-top: 0px;
		width: 280px;
	}
	#gHeader .text {
		display: none;
	}
	#gHeader .pic {
		display: none;
	}
	#gHeader .heaCon {
		padding: 10px 10px 10px 6px;
	}
	#gHeader .heaCon .fr {
		display: none;
	}
	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 15px;
		width: 34px
	}
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		padding: 10px 0 30px;
		line-height: 45px;
		height: inherit;
		font-size: 15px;
		display: none;
		position: absolute;
		top: 59px;
		left: 0;
		right: 0;
		z-index: 100;
	}
	#gNavi li {
		float: inherit;
		width: 100%;
		border-bottom: 1px solid #3956a6;
	}
	#gNavi li>a {
		text-align: left;
		padding-left: 20px;
	}
	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		overflow: hidden;
		background: #fff;
		margin: 10px 20px;
	}
	#gNavi li .drop a {
		color: #fff;
		color: #333;
		text-align: left;
		padding-left: 10px;
	}
	/* #gNavi li:nth-child(2)>a,  #gNavi li:nth-child(6)>a{
		background: url(/template/default/skin/images/next.png) no-repeat right 10px center;
		background-size: 16px;
	}
	#gNavi li:nth-child(2).on> #gNavi li:nth-child(6).on {
		background: url(/template/default/skin/images/next_x.png) no-repeat right 10px center !important;
		background-size: 16px !important;
		border-bottom: 1px solid #83ad73;
	} */
	#gNavi li:hover .drop {
	display: none;
}
	.hot {
		height: inherit;
		line-height: 34px;
		margin-top: 20px;
	}
	.hot form.fl {
		margin-right: 0px;
		margin-left: 0px;
	}
	.hot .fl .form {
		position: relative;
		margin: 0 15px;
	}
	.hot .fl .form input[type="text"] {
		height: 34px;
		border: none;
		width: 100%;
		float: inherit;
		padding: 0 60px 0 6px
	}
	.hot .fl .form input[type="submit"] {
		height: 34px;
		width: 60px;
		float: inherit;
		position: absolute;
		right: 0;
		top: 1px;
		border-radius: 0 5px 5px 0;
		background: #ec6915;
	}
	.hot .pic, .hot ul {
		display: none;
	}
	#main .hot {
		display: none;
	}
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 0 12px;
		background-size: cover
	}
	#gFooter .fl h5 {
		float: left;
		width: 80px;
		font-size: 16px;
		font-style: oblique;
		color: #fefefe;
		line-height: 36px;
		font-weight: 500;
	}
	#gFooter .fl .link {
		padding-top: 10px;
		margin-bottom: 20px;
	}
	#gFooter .fl .link a {
		line-height: 24px;
	}
	#gFooter .fl .nav {
		margin-top: 20px;
	}
	#gFooter .fl .nav li {
		display: block;
		float: left;
		width: 20%;
		margin: 0;
		text-align: center;
		line-height: 26px;
	}
	#gFooter .fl .text {
		margin-top: 10px;
		padding: 10px 0;
	}
	#gFooter .fl .text p {
		margin-bottom: 8px;
	}
	#gFooter .fr {
		margin: 10px 0;
		padding: 0;
	}
	#gFooter .fr .ewm {
		margin: 0 20px;
	}
	#gFooter .fr .ewm:first-child {
		margin-left: 20px;
	}
	#gFooter .fr img {
		width: 110px;
	}
	.yb_conct {
		display: none;
	}
	/******内页公共样式*******/
	.contain {
		width: 100%;
		margin: 0px auto;
		max-width:inherit;
	}
	.posi {
		line-height: 36px;
		padding: 0 5px;
		margin: 10px 12px 0;
	}
	.proBox .page {
		margin-top: 20px;
	}
}